home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / ATL_Samples / polygon / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1999-02-19  |  733 b   |  23 lines

  1. // stdafx.h : include file for standard system include files,
  2. //      or project specific include files that are used frequently,
  3. //      but are changed infrequently
  4.  
  5. #if defined(_WIN32_WCE_PSPC) && (_WIN32_WCE == 201)
  6.     #error "This sample is not available for Gryphon Palm-Size devices."
  7. #endif
  8.  
  9. #if defined(_WIN32_WCE) && (_WIN32_WCE < 200)
  10.     #error "This sample is only compatible with ATLCE 2.0 or later."
  11. #endif
  12.  
  13. #define STRICT 1
  14. #define _WIN32_WINNT 0x0400
  15. #define _ATL_APARTMENT_THREADED
  16.  
  17. #include <atlbase.h>
  18. //You may derive a class from CComModule and use it if you want to override
  19. //something, but do not change the name of _Module
  20. extern CComModule _Module;
  21. #include <atlcom.h>
  22. #include <atlctl.h>
  23.